Skip to content

Added validation checks to password field in sign up form#154

Open
oneknucklehead wants to merge 4 commits into
codeisscience:developmentfrom
oneknucklehead:development
Open

Added validation checks to password field in sign up form#154
oneknucklehead wants to merge 4 commits into
codeisscience:developmentfrom
oneknucklehead:development

Conversation

@oneknucklehead

@oneknucklehead oneknucklehead commented Apr 20, 2022

Copy link
Copy Markdown
Contributor

Pull Request Template

Description

Adds validation to the password field in the sign up form. Checks whether the password is 8 or more characters long, contains upper an lowercase letters and special characters using regex expression.

Fixes #143

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality).

Additional Context (Please include any Screenshots/gifs if relevant)

2022-04-20.15-01-05.mp4

@padmajabhol padmajabhol self-requested a review April 25, 2022 09:06
@oneknucklehead

Copy link
Copy Markdown
Contributor Author

Hey @padmajabhol can you please merge this?

@padmajabhol

padmajabhol commented May 10, 2022

Copy link
Copy Markdown
Member

Hey @padmajabhol can you please merge this?

I only review PRs. I don't think I should merge a PR before the approval of either of the mentors. Though I assure that every PR counts has a solid contribution regardless they are merged or not.

@oneknucklehead

oneknucklehead commented May 10, 2022

Copy link
Copy Markdown
Contributor Author

Hey @padmajabhol can you please merge this?

I only review PRs. I don't think I should merge a PR before the approval of either of the mentors. Though I assure that every PR counts has a solid contribution regardless they are merged or not.

Okay! I said this because another bug I worked on got committed to this PR. Issue #157

@padmajabhol

Copy link
Copy Markdown
Member

Does this PR solves both #143 and #157?

@oneknucklehead

Copy link
Copy Markdown
Contributor Author

Does this PR solves both #143 and #157?

yes it does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

login email and password validation

2 participants